#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for GPSBabel 1.3.6.
+# Generated by GNU Autoconf 2.61 for GPSBabel 1.3.7.
#
# Report bugs to <BUG-REPORT-ADDRESS>.
#
# Identity of this package.
PACKAGE_NAME='GPSBabel'
PACKAGE_TARNAME='gpsbabel'
-PACKAGE_VERSION='1.3.6'
-PACKAGE_STRING='GPSBabel 1.3.6'
+PACKAGE_VERSION='1.3.7'
+PACKAGE_STRING='GPSBabel 1.3.7'
PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
# Factoring default headers for most tests.
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures GPSBabel 1.3.6 to adapt to many kinds of systems.
+\`configure' configures GPSBabel 1.3.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GPSBabel 1.3.6:";;
+ short | recursive ) echo "Configuration of GPSBabel 1.3.7:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GPSBabel configure 1.3.6
+GPSBabel configure 1.3.7
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by GPSBabel $as_me 1.3.6, which was
+It was created by GPSBabel $as_me 1.3.7, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
# Increase GBBUILD for a new release
GBBUILD=20
# YYYYMMDD, please, if beta, i.e. "-beta20060413"
-# PACKAGE_RELEASE="-beta20081006"
+PACKAGE_RELEASE="-beta20090708"
cat >>confdefs.h <<_ACEOF
#define PACKAGE_RELEASE "$PACKAGE_RELEASE"
DOCVERSION=`echo $PACKAGE_VERSION`
DOCVERSION=development
-DOCVERSION=1.3.6
+#DOCVERSION=1.3.6
GBMAJOR=`echo $PACKAGE_VERSION | (IFS="."; read major minor micro; echo $major)`
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by GPSBabel $as_me 1.3.6, which was
+This file was extended by GPSBabel $as_me 1.3.7, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-GPSBabel config.status 1.3.6
+GPSBabel config.status 1.3.7
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
AC_PREREQ(2.59)
-AC_INIT(GPSBabel, 1.3.6, BUG-REPORT-ADDRESS)
+AC_INIT(GPSBabel, 1.3.7, BUG-REPORT-ADDRESS)
# Increase GBBUILD for a new release
GBBUILD=20
# YYYYMMDD, please, if beta, i.e. "-beta20060413"
-# PACKAGE_RELEASE="-beta20081006"
+PACKAGE_RELEASE="-beta20090708"
AC_DEFINE_UNQUOTED(PACKAGE_RELEASE, "$PACKAGE_RELEASE", [Define to the release name of this package.])
AC_SUBST(PACKAGE_RELEASE)
DOCVERSION=`echo $PACKAGE_VERSION`
DOCVERSION=development
-DOCVERSION=1.3.6
+#DOCVERSION=1.3.6
AC_SUBST(DOCVERSION)
GBMAJOR=`echo $PACKAGE_VERSION | (IFS="."; read major minor micro; echo $major)`
extern char *xcsv_urlbase;
extern char *prefer_shortnames;
+#if CSVFMTS_ENABLED
static double pathdist = 0;
static double oldlon = 999;
static double oldlat = 999;
static int waypt_out_count;
static route_head *csv_track, *csv_route;
+#endif // CSVFMTS_ENABLED
/*********************************************************************/
/* csv_stringclean() - remove any unwanted characters from string. */
highlighted ? "Highlighted" : "Normal", style);
kml_write_xml(1, "<Style id=\"%s_%c\">\n", style, hovertag(highlighted));
-
+
if (is_track && !highlighted) {
kml_write_xml(1, "<LabelStyle>\n");
kml_write_xml(0, "<scale>0</scale>\n");
kml_write_xml(-1, "</LabelStyle>\n");
}
- kml_write_xml(1, "<IconStyle>\n");
+ kml_write_xml(1, "<IconStyle>\n");
if (highlighted) {
kml_write_xml(0, "<scale>1.2</scale>\n");
} else {
}
}
-static void kml_output_point(const waypoint *waypointp, kml_point_type pt_type)
-{
+static void kml_output_point(const waypoint *waypointp, kml_point_type pt_type) {
const char *style;
// Save off this point for later use
point3d *pt = &point3d_list[point3d_list_len];